heuristic search - ترجمة إلى إنجليزي
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

heuristic search - ترجمة إلى إنجليزي

ALGORITHM
Best first search; Greedy best-first search; Pure heuristic search

heuristic search      

общая лексика

эвристический поиск

поскольку поиск слепым перебором возможен только в ограниченном пространстве вариантов, то при комбинаторном росте (взрыве) числа возможных решений используют эвристики - методы, которые делают поиск более целенаправленным. К ним относятся, в частности, оценочные функции, применяемые на каждом шаге поиска

Смотрите также

A* search; backward search; binary search; breadth first search; depth first search; exhaustive search; global search; heuristics; linear search; search

heuristic         
PROBLEM-SOLVING METHOD THAT IS SUFFICIENT FOR QUICK, SHORT-TERM SOLUTIONS/APPROXIMATIONS
Heuristics; Hueristic; Heuristo; HEURISTIC; Heurisitc; Heuristically; Huristic; Heuristic Classification; Heuristics in legal decision-making; Formal models of heuristics; Heuristic device; Artificial intelligence heuristics
прил.
эвристический.
heuristic device         
PROBLEM-SOLVING METHOD THAT IS SUFFICIENT FOR QUICK, SHORT-TERM SOLUTIONS/APPROXIMATIONS
Heuristics; Hueristic; Heuristo; HEURISTIC; Heurisitc; Heuristically; Huristic; Heuristic Classification; Heuristics in legal decision-making; Formal models of heuristics; Heuristic device; Artificial intelligence heuristics
эвристическое средство; по М. Веберу - эвристическое средство есть своего рода идеальный тип, позволяющий анализировать конкретный исторический случай.

تعريف

поисковик
м.
Геолог, занимающийся поисками полезных ископаемых.

ويكيبيديا

Best-first search

Best-first search is a class of search algorithms, which explores a graph by expanding the most promising node chosen according to a specified rule.

Judea Pearl described the best-first search as estimating the promise of node n by a "heuristic evaluation function f ( n ) {\displaystyle f(n)} which, in general, may depend on the description of n, the description of the goal, the information gathered by the search up to that point, and most importantly, on any extra knowledge about the problem domain."

Some authors have used "best-first search" to refer specifically to a search with a heuristic that attempts to predict how close the end of a path is to a solution (or, goal), so that paths which are judged to be closer to a solution (or, goal) are extended first. This specific type of search is called greedy best-first search or pure heuristic search.

Efficient selection of the current best candidate for extension is typically implemented using a priority queue.

The A* search algorithm is an example of a best-first search algorithm, as is B*. Best-first algorithms are often used for path finding in combinatorial search. Neither A* nor B* is a greedy best-first search, as they incorporate the distance from the start in addition to estimated distances to the goal.

What is the الروسية for heuristic search? Translation of &#39heuristic search&#39 to الروسية